不使用标准库开发 Rust

    1. #![no_std]
    2. if failure {
    3. Err("this didn’t work!")
    4. Ok(())